home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Programming / cvs-1.11.1 / bin / README.CPU < prev    next >
Text File  |  2001-01-01  |  1KB  |  39 lines

  1. README.CPU
  2. =============
  3.  
  4. In this directory you should find the following files:
  5.  
  6. cvs         -    main cvs 1.11.1p1 / 68020 optimized
  7. cvs000.pch  -    patchfile to patch the 020 optimized version to 68000 (any)
  8. cvs030.pch  -    patchfile to patch the 020 optimized version to 68030
  9. cvs040.pch  -    patchfile to patch the 020 optimized version to 68040
  10. cvs060.pch  -    patchfile to patch the 020 optimized version to 68060
  11. spatch      -    SAS/C patch utility
  12.  
  13. All the above mentioned patchfiles are created with scompare from the SAS/C compiler.
  14.  
  15. If you are not familar in using the "spatch" utility to create your own CPU optimized version,
  16. following these steps:
  17.  
  18. 1) cd cvs-1.11.1p1/bin
  19. 2) spatch -ocvsXXX -pcvsXXX.pch cvs
  20.  
  21. On step 2 you should replace the "XXX" with the wished CPU optimized version.
  22.  
  23. After sucessfully applying the patch, you should be able to query the CPU version by:
  24.  
  25. 3) version cvsXXX full
  26.  
  27. and it should greet you with a output like:
  28.  
  29. --- cut here ---
  30. cvs 1.11.1p1 [020] (24.07.2001)
  31. ported by Olaf Barthel and Jens Langner
  32. --- cut here ---
  33.  
  34. If you are running into problems and you own a 68020+ processor, just take the standard 020
  35. optimized version.
  36.  
  37.  
  38. Jens Langner <Jens.Langner@htw-dresden.de>, July 2001
  39.